home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / en_US$EULA_properties.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  1.5 KB  |  31 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en_US$EULA_properties extends ResourceBundle
  6.    {
  7.       public function en_US$EULA_properties()
  8.       {
  9.          super("en_US","EULA");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "btnQuit":"Quit",
  16.             "msgEulaNoteApp":"This application uses <u><a href=\'http://www.adobe.com/go/air/\'>Adobe AIR</a></u>, software that enables web-connected desktop applications. Please review and agree to the Adobe AIR license agreement to continue.",
  17.             "msgEulaNote":"This installer will setup <u><a href=\'http://www.adobe.com/go/air/\'>Adobe AIR</a></u>, software that enables web-connected desktop applications. Please review and agree to the license agreement to continue.",
  18.             "titleAirRequired":"Adobe┬« AIRΓäó (required component)",
  19.             "btnIAgree":"I Agree",
  20.             "btnCancel":"Cancel",
  21.             "lblEulaNote":"The application you launched uses <u><a href=\'http://www.adobe.com/go/air/\'>Adobe AIR</a></u>, software that enables web-connected desktop applications. Please review and agree to the Adobe AIR license agreement to continue.",
  22.             "titleLicenseAgreement":"License Agreement",
  23.             "lblAgreementNote":"By clicking the \"I Agree\" button I acknowledge that I have read and accept the terms of the above agreement.",
  24.             "eulaVarName":"eulaText_en_US",
  25.             "titleSetup":"Installer Setup"
  26.          };
  27.       }
  28.    }
  29. }
  30.  
  31.